home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "<Down>"){
- set("../score:score",eval("/score:score") - "20");
- setProperty("/frosch", _Y, getProperty("/frosch", _Y) + "17");
- x_value = getProperty("/frosch", _X);
- y_value = getProperty("/frosch", _Y);
- tellTarget("/frosch")
- {
- gotoAndStop("back");
- play();
- }
- nextFrame();
- play();
- }
-